text/template/parse.Tree.hasFunction (method)

4 uses

	text/template/parse (current package)
		parse.go#L241: 		breakOK:     !t.hasFunction("break"),
		parse.go#L242: 		continueOK:  !t.hasFunction("continue"),
		parse.go#L782: 		if checkFunc && !t.hasFunction(token.val) {
		parse.go#L821: func (t *Tree) hasFunction(name string) bool {